(lm-section-mark): Accept extra semicolons;
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 1994 19:59:09 +0000 (19:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Jun 1994 19:59:09 +0000 (19:59 +0000)
accept spaces at end of line.

lisp/emacs-lisp/lisp-mnt.el

index 271e570d2e902b4863debd9bc5e3bda3aac570ed..ac2d9c4b4ca67d81e306f799868c9802e75f4095 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Maintainer: Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Created: 14 Jul 1992
-;; Version: $Id: lisp-mnt.el,v 1.7 1993/12/26 08:02:10 rms Exp kwzh $
+;; Version: $Id: lisp-mnt.el,v 1.8 1994/05/03 23:21:00 kwzh Exp rms $
 ;; Keywords: docs
 ;; X-Bogus-Bureaucratic-Cruft: Gruad will get you if you don't watch out!
 
   (save-excursion
     (let ((case-fold-search t))
       (goto-char (point-min))
-      (if (re-search-forward (concat "^;;; " hd ":$") nil t)
+      (if (re-search-forward (concat "^;;;;* " hd ":[ \t]*$") nil t)
          (progn
            (beginning-of-line)
            (if after (forward-line 1))